runtime.gcControllerState.memoryLimitHeapGoal (method)

2 uses

	runtime (current package)
		mgcpacer.go#L914: 	if newGoal := c.memoryLimitHeapGoal(); newGoal < goal {
		mgcpacer.go#L955: func (c *gcControllerState) memoryLimitHeapGoal() uint64 {